home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / READMEFiles / PacMan.README < prev    next >
Text File  |  1992-08-29  |  1KB  |  32 lines

  1. This folder contains the complete source to the PacMan game, written by
  2. Don Yacktman (yackd@wombat.ee.byu.edu).
  3.  
  4. Look at the License Panel for details about software licensing, etc.
  5.  
  6. The Help Panel contains rudimentary information about playing the game, but
  7. it assumes that you at least know what PacMan is.  I've tried to make the
  8. game look decent in monochrome, but it really shines in color...
  9.  
  10. If you don't plan to keep the sources around, you can remove the following
  11. files and then change the name of the folder to "PacMan.app":
  12.  
  13. <whatever>.h
  14. <whatever>.m
  15. IB.proj
  16. PacMan.iconheader
  17. Makefile
  18.  
  19. All the other files are needed to run PacMan, so don't delete them!
  20.  
  21. The other option is to type "make install" from a UNIX shell which will
  22. install PacMan.app in your ~/Apps directory.  The source directory
  23. provided takes up about 456k, an installed app takes 312k, and you will
  24. need about 1.7MB free if you plan to build the app using make.
  25.  
  26. I hope you enjoy PacMan and will look forward to any feedback you may have.
  27.  
  28. -Don Yacktman
  29. yackd@wombat.ee.byu.edu
  30. yackd@alaska.et.byu.edu
  31.  
  32.